home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 April
/
macformat-049.iso
/
mac
/
Demos
/
Print Artist Demo
/
PA12-Mac.Dxr
/
00396.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-10-03
|
183 b
|
12 lines
on exitFrame
startTimer()
unLoadCast()
preLoad(label("S37"), label("S37") + 9)
if the timer > 60 then
go(#next)
else
wait(60 - the timer)
go(#next)
end if
end